func math.tanh

2 uses

	math (current package)
		tanh.go#L79: 	return tanh(x)
		tanh.go#L82: func tanh(x float64) float64 {